ds: Drop pybind11 library for now
authorBoyuan Yang <byang@debian.org>
Fri, 26 Jun 2020 00:29:25 +0000 (20:29 -0400)
committerBoyuan Yang <byang@debian.org>
Fri, 26 Jun 2020 00:29:25 +0000 (20:29 -0400)
commit75cee554906e3105f62bfc2406f3a1c8126b18dd
treedc588026d13b3de9423e45aa69a42388181a5b53
parent5e1814e0a39f3ca6c5d632bbd2314fe606cdf216
ds: Drop pybind11 library for now
186 files changed:
deps/pybind11-2.5.0/.appveyor.yml [deleted file]
deps/pybind11-2.5.0/.gitignore [deleted file]
deps/pybind11-2.5.0/.gitmodules [deleted file]
deps/pybind11-2.5.0/.readthedocs.yml [deleted file]
deps/pybind11-2.5.0/.travis.yml [deleted file]
deps/pybind11-2.5.0/CMakeLists.txt [deleted file]
deps/pybind11-2.5.0/CONTRIBUTING.md [deleted file]
deps/pybind11-2.5.0/ISSUE_TEMPLATE.md [deleted file]
deps/pybind11-2.5.0/LICENSE [deleted file]
deps/pybind11-2.5.0/MANIFEST.in [deleted file]
deps/pybind11-2.5.0/README.md [deleted file]
deps/pybind11-2.5.0/docs/Doxyfile [deleted file]
deps/pybind11-2.5.0/docs/_static/theme_overrides.css [deleted file]
deps/pybind11-2.5.0/docs/advanced/cast/chrono.rst [deleted file]
deps/pybind11-2.5.0/docs/advanced/cast/custom.rst [deleted file]
deps/pybind11-2.5.0/docs/advanced/cast/eigen.rst [deleted file]
deps/pybind11-2.5.0/docs/advanced/cast/functional.rst [deleted file]
deps/pybind11-2.5.0/docs/advanced/cast/index.rst [deleted file]
deps/pybind11-2.5.0/docs/advanced/cast/overview.rst [deleted file]
deps/pybind11-2.5.0/docs/advanced/cast/stl.rst [deleted file]
deps/pybind11-2.5.0/docs/advanced/cast/strings.rst [deleted file]
deps/pybind11-2.5.0/docs/advanced/classes.rst [deleted file]
deps/pybind11-2.5.0/docs/advanced/embedding.rst [deleted file]
deps/pybind11-2.5.0/docs/advanced/exceptions.rst [deleted file]
deps/pybind11-2.5.0/docs/advanced/functions.rst [deleted file]
deps/pybind11-2.5.0/docs/advanced/misc.rst [deleted file]
deps/pybind11-2.5.0/docs/advanced/pycpp/index.rst [deleted file]
deps/pybind11-2.5.0/docs/advanced/pycpp/numpy.rst [deleted file]
deps/pybind11-2.5.0/docs/advanced/pycpp/object.rst [deleted file]
deps/pybind11-2.5.0/docs/advanced/pycpp/utilities.rst [deleted file]
deps/pybind11-2.5.0/docs/advanced/smart_ptrs.rst [deleted file]
deps/pybind11-2.5.0/docs/basics.rst [deleted file]
deps/pybind11-2.5.0/docs/benchmark.py [deleted file]
deps/pybind11-2.5.0/docs/benchmark.rst [deleted file]
deps/pybind11-2.5.0/docs/changelog.rst [deleted file]
deps/pybind11-2.5.0/docs/classes.rst [deleted file]
deps/pybind11-2.5.0/docs/compiling.rst [deleted file]
deps/pybind11-2.5.0/docs/conf.py [deleted file]
deps/pybind11-2.5.0/docs/faq.rst [deleted file]
deps/pybind11-2.5.0/docs/index.rst [deleted file]
deps/pybind11-2.5.0/docs/intro.rst [deleted file]
deps/pybind11-2.5.0/docs/limitations.rst [deleted file]
deps/pybind11-2.5.0/docs/pybind11-logo.png [deleted file]
deps/pybind11-2.5.0/docs/pybind11_vs_boost_python1.png [deleted file]
deps/pybind11-2.5.0/docs/pybind11_vs_boost_python1.svg [deleted file]
deps/pybind11-2.5.0/docs/pybind11_vs_boost_python2.png [deleted file]
deps/pybind11-2.5.0/docs/pybind11_vs_boost_python2.svg [deleted file]
deps/pybind11-2.5.0/docs/reference.rst [deleted file]
deps/pybind11-2.5.0/docs/release.rst [deleted file]
deps/pybind11-2.5.0/docs/requirements.txt [deleted file]
deps/pybind11-2.5.0/docs/upgrade.rst [deleted file]
deps/pybind11-2.5.0/include/pybind11/attr.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/buffer_info.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/cast.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/chrono.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/common.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/complex.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/detail/class.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/detail/common.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/detail/descr.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/detail/init.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/detail/internals.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/detail/typeid.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/eigen.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/embed.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/eval.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/functional.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/iostream.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/numpy.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/operators.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/options.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/pybind11.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/pytypes.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/stl.h [deleted file]
deps/pybind11-2.5.0/include/pybind11/stl_bind.h [deleted file]
deps/pybind11-2.5.0/pybind11/__init__.py [deleted file]
deps/pybind11-2.5.0/pybind11/__main__.py [deleted file]
deps/pybind11-2.5.0/pybind11/_version.py [deleted file]
deps/pybind11-2.5.0/setup.cfg [deleted file]
deps/pybind11-2.5.0/setup.py [deleted file]
deps/pybind11-2.5.0/tests/CMakeLists.txt [deleted file]
deps/pybind11-2.5.0/tests/conftest.py [deleted file]
deps/pybind11-2.5.0/tests/constructor_stats.h [deleted file]
deps/pybind11-2.5.0/tests/cross_module_gil_utils.cpp [deleted file]
deps/pybind11-2.5.0/tests/local_bindings.h [deleted file]
deps/pybind11-2.5.0/tests/object.h [deleted file]
deps/pybind11-2.5.0/tests/pybind11_cross_module_tests.cpp [deleted file]
deps/pybind11-2.5.0/tests/pybind11_tests.cpp [deleted file]
deps/pybind11-2.5.0/tests/pybind11_tests.h [deleted file]
deps/pybind11-2.5.0/tests/pytest.ini [deleted file]
deps/pybind11-2.5.0/tests/test_async.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_async.py [deleted file]
deps/pybind11-2.5.0/tests/test_buffers.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_buffers.py [deleted file]
deps/pybind11-2.5.0/tests/test_builtin_casters.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_builtin_casters.py [deleted file]
deps/pybind11-2.5.0/tests/test_call_policies.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_call_policies.py [deleted file]
deps/pybind11-2.5.0/tests/test_callbacks.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_callbacks.py [deleted file]
deps/pybind11-2.5.0/tests/test_chrono.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_chrono.py [deleted file]
deps/pybind11-2.5.0/tests/test_class.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_class.py [deleted file]
deps/pybind11-2.5.0/tests/test_cmake_build/CMakeLists.txt [deleted file]
deps/pybind11-2.5.0/tests/test_cmake_build/embed.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_cmake_build/installed_embed/CMakeLists.txt [deleted file]
deps/pybind11-2.5.0/tests/test_cmake_build/installed_function/CMakeLists.txt [deleted file]
deps/pybind11-2.5.0/tests/test_cmake_build/installed_target/CMakeLists.txt [deleted file]
deps/pybind11-2.5.0/tests/test_cmake_build/main.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt [deleted file]
deps/pybind11-2.5.0/tests/test_cmake_build/subdirectory_function/CMakeLists.txt [deleted file]
deps/pybind11-2.5.0/tests/test_cmake_build/subdirectory_target/CMakeLists.txt [deleted file]
deps/pybind11-2.5.0/tests/test_cmake_build/test.py [deleted file]
deps/pybind11-2.5.0/tests/test_constants_and_functions.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_constants_and_functions.py [deleted file]
deps/pybind11-2.5.0/tests/test_copy_move.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_copy_move.py [deleted file]
deps/pybind11-2.5.0/tests/test_docstring_options.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_docstring_options.py [deleted file]
deps/pybind11-2.5.0/tests/test_eigen.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_eigen.py [deleted file]
deps/pybind11-2.5.0/tests/test_embed/CMakeLists.txt [deleted file]
deps/pybind11-2.5.0/tests/test_embed/catch.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_embed/external_module.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_embed/test_interpreter.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_embed/test_interpreter.py [deleted file]
deps/pybind11-2.5.0/tests/test_enum.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_enum.py [deleted file]
deps/pybind11-2.5.0/tests/test_eval.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_eval.py [deleted file]
deps/pybind11-2.5.0/tests/test_eval_call.py [deleted file]
deps/pybind11-2.5.0/tests/test_exceptions.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_exceptions.py [deleted file]
deps/pybind11-2.5.0/tests/test_factory_constructors.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_factory_constructors.py [deleted file]
deps/pybind11-2.5.0/tests/test_gil_scoped.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_gil_scoped.py [deleted file]
deps/pybind11-2.5.0/tests/test_iostream.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_iostream.py [deleted file]
deps/pybind11-2.5.0/tests/test_kwargs_and_defaults.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_kwargs_and_defaults.py [deleted file]
deps/pybind11-2.5.0/tests/test_local_bindings.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_local_bindings.py [deleted file]
deps/pybind11-2.5.0/tests/test_methods_and_attributes.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_methods_and_attributes.py [deleted file]
deps/pybind11-2.5.0/tests/test_modules.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_modules.py [deleted file]
deps/pybind11-2.5.0/tests/test_multiple_inheritance.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_multiple_inheritance.py [deleted file]
deps/pybind11-2.5.0/tests/test_numpy_array.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_numpy_array.py [deleted file]
deps/pybind11-2.5.0/tests/test_numpy_dtypes.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_numpy_dtypes.py [deleted file]
deps/pybind11-2.5.0/tests/test_numpy_vectorize.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_numpy_vectorize.py [deleted file]
deps/pybind11-2.5.0/tests/test_opaque_types.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_opaque_types.py [deleted file]
deps/pybind11-2.5.0/tests/test_operator_overloading.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_operator_overloading.py [deleted file]
deps/pybind11-2.5.0/tests/test_pickling.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_pickling.py [deleted file]
deps/pybind11-2.5.0/tests/test_pytypes.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_pytypes.py [deleted file]
deps/pybind11-2.5.0/tests/test_sequences_and_iterators.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_sequences_and_iterators.py [deleted file]
deps/pybind11-2.5.0/tests/test_smart_ptr.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_smart_ptr.py [deleted file]
deps/pybind11-2.5.0/tests/test_stl.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_stl.py [deleted file]
deps/pybind11-2.5.0/tests/test_stl_binders.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_stl_binders.py [deleted file]
deps/pybind11-2.5.0/tests/test_tagbased_polymorphic.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_tagbased_polymorphic.py [deleted file]
deps/pybind11-2.5.0/tests/test_union.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_union.py [deleted file]
deps/pybind11-2.5.0/tests/test_virtual_functions.cpp [deleted file]
deps/pybind11-2.5.0/tests/test_virtual_functions.py [deleted file]
deps/pybind11-2.5.0/tools/FindCatch.cmake [deleted file]
deps/pybind11-2.5.0/tools/FindEigen3.cmake [deleted file]
deps/pybind11-2.5.0/tools/FindPythonLibsNew.cmake [deleted file]
deps/pybind11-2.5.0/tools/check-style.sh [deleted file]
deps/pybind11-2.5.0/tools/libsize.py [deleted file]
deps/pybind11-2.5.0/tools/mkdoc.py [deleted file]
deps/pybind11-2.5.0/tools/pybind11Config.cmake.in [deleted file]
deps/pybind11-2.5.0/tools/pybind11Tools.cmake [deleted file]